run encoding

英 [rʌn ɪnˈkəʊdɪŋ] 美 [rʌn ɪnˈkoʊdɪŋ]

网络  行程编码

计算机



双语例句

  1. The run length encoding ( RLE) compression algorithm requires very little processor time and works well for data that has lots of the same byte value repeated in consecutive locations.
    行程编码(RLE)压缩算法需要非常少的处理器时间,适用于在连续位置重复许多相同字节值的数据。
  2. We just need to run eight inversion lists in parallel, encoding the eight bits that make up each byte.
    我们只需要生成8个并行的倒排表,去对每个字节的8比特进行编码。
  3. Image compression method of non-restricted run length encoding
    一种非限制行程的行程码图像压缩方法
  4. Is it possible to use compression schemes ( e.g., run length encoding) that allow some operations ( e.g., selections) to be applied without decompressing?
    能否不解压缩而使用压缩方案(比如运行长度编码)就执行一些操作(比如选择)?
  5. The loop filter is run after decoding or encoding a frame and serves to perform extra processing on a frame, usually to remove blockiness in DCT-based video formats.
    回放过滤器在解码或编码一个帧后运行,在帧上执行一些额外的处理,在基于DCT的格式中通常是消除区块效应。
  6. The image processing procedure such as color segmentation, run length encoding ( RLE), connected components finding, and region merging are introduced.
    介绍了相关的图像处理过程,包括色彩分割,游程编码,邻接色块查找,区域合并等。
  7. A salient new feature of the modified adaptive run length encoding algorithm is that it can transform the original bit-steam into binary encoding of the length of the original code.
    改进的自适应游程编码算法最突出的新特点是它可以将原始比特流转换成码长的二进制编码。
  8. Three Dimensional Run Encoding ( 3DRE) for Octree
    八叉树的三维行程编码
  9. Loss Run-Length Encoding Compression of True Color Images
    真彩色图像的有损RLE压缩
  10. Bitmap Compression Based On Run Length Encoding
    基于行程编码的位图压缩方法的研究
  11. Research On Lossy Run-length Encoding Method
    有损行程编码方法研究
  12. Based on the characteristics of the robot soccer vision system, an algorithm using Run Length Encoding ( RLE) for real-time image processing is presented.
    根据机器人足球视觉系统的特点,提出基于游程长度编码(RLE)的实时快速图像处理算法。
  13. In this paper, linear octree encoding method is introduced firstly, three dimensional run encoding is then developed to compress octree data. The tests are made to confirm the validity of the method.
    在对线性八叉树编码方法进行分析的基础上,将行程编码技术引入八叉树的数据压缩,形成三维行程编码方法。
  14. As a simple and effective method, run length encoding has its widerange applications in image data compression.
    行程码是一种简单有效的图像编码方法。
  15. Flood algorithm and run length encoding and their application in forestry information management system
    泛漫算法及行程编码在林业信息管理系统中的应用
  16. The comparison of the compression efficiency between the new method and those of the contour encoding and one-dimensional run length encoding is also made.
    同时,给出了编码和译码的算法,并且与等值线编码和一维行程编码的压缩效果进行了比较。
  17. With the help of microcomputer, this paper introduces and realizes the flood algorithm, which can convert vector data to object-centred run length encoding rapidly and store it conveniently.
    本文引入并用微机实现了泛漫算法,它可以方便地实现从矢量数据到以物体为中心的行程编码的转换和存贮。
  18. Afterward, for at present in common use Huffman coding, run length encoding, N order context adaptive arithmetic encoding, DPCM coding etc. four kinds of static image compression methods make compare and analysis.
    然后对目前常用的Huffman编码,行程编码,算术编码、DPCM编码等四种静态图像压缩方法进行了比较与分析。
  19. The Huffman encoding multi pass Huffman encoding and run length encoding;
    图像压缩编码中的霍夫曼编码、多遍霍夫曼编码、和行程编码;
  20. It uses method of intraframe compression, for example, huffman coding, run length encoding and bit-plane coding method. Meanwhile, in order to do comparison, it also uses the discrete Fourier encoding, Walsh Hadamard encoding and Shannon-Fenno coding.
    在帧内采用离散余弦变换、哈弗曼编码、行程编码和位平面编码等方法,同时为了做相应的对比还采用了离散傅里叶变换、沃尔什-哈达玛变换与香农-费诺编码等方法。
  21. At the algorithm level, the Adaptive Run Length Encoding is employed, which cut down the power consumption by compressing the data in Display Cache and thus reduce the access frequency.
    在算法级设计中采用自适应游长编码对显示缓存中的数据进行压缩,减少系统访问显示缓存的频率来降低功耗。
  22. These long runs of ones and zeros are desirable for any compression scheme that is based on run length encoding, such as WAH.
    这些串中的0和1需要基于行程编码的加密技术进行压缩,如WAH。